type crypto/tls.lruSessionCache

4 uses

	crypto/tls (current package)
		common.go#L1606: type lruSessionCache struct {
		common.go#L1628: 	return &lruSessionCache{
		common.go#L1637: func (c *lruSessionCache) Put(sessionKey string, cs *ClientSessionState) {
		common.go#L1670: func (c *lruSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {